home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / 24 aspnet applications / aspnetsecurity / registerpage.aspx.vb < prev    next >
Encoding:
Text File  |  2002-03-18  |  942 b   |  27 lines

  1. Public Class RegisterPage
  2.     Inherits System.Web.UI.Page
  3.     Protected WithEvents btnLogin As System.Web.UI.WebControls.Button
  4.     Protected WithEvents chkRemember As System.Web.UI.WebControls.CheckBox
  5.     Protected WithEvents txtPassword As System.Web.UI.WebControls.TextBox
  6.     Protected WithEvents txtUsername As System.Web.UI.WebControls.TextBox
  7.     Protected WithEvents txtPassword2 As System.Web.UI.WebControls.TextBox
  8.  
  9. #Region " Web Form Designer Generated Code "
  10.  
  11.     'This call is required by the Web Form Designer.
  12.     <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
  13.  
  14.     End Sub
  15.  
  16.     Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init
  17.         'CODEGEN: This method call is required by the Web Form Designer
  18.         'Do not modify it using the code editor.
  19.         InitializeComponent()
  20.     End Sub
  21.  
  22. #End Region
  23.  
  24.  
  25.  
  26. End Class
  27.